func runtime.strhash

3 uses

	runtime (current package)
		alg.go#L86: func strhash(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L223: 		return strhash(p, h)
		alg.go#L412: 	return strhash(noescape(unsafe.Pointer(&s)), seed)